home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Developer & Web Development Tools
/
Twistpad 1.64
/
Setup.exe
/
Twistpad.exe
/
0
/
RCDATA
/
TFRMADDPROGRAM
/
TFRMADDPROGRAM.txt
Wrap
Text File
|
2008-08-19
|
2KB
|
87 lines
object FrmAddProgram: TFrmAddProgram
Left = 305
Top = 299
BorderStyle = bsDialog
Caption = 'Add Program'
ClientHeight = 111
ClientWidth = 382
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TxtPath: TLabeledEdit
Left = 53
Top = 15
Width = 218
Height = 21
Color = clBtnFace
EditLabel.Width = 44
EditLabel.Height = 13
EditLabel.Caption = 'Program:'
LabelPosition = lpLeft
ReadOnly = True
TabOrder = 0
end
object TxtName: TLabeledEdit
Left = 53
Top = 47
Width = 317
Height = 21
EditLabel.Width = 31
EditLabel.Height = 13
EditLabel.Caption = 'Name:'
LabelPosition = lpLeft
TabOrder = 2
end
object Button1: TButton
Left = 285
Top = 13
Width = 85
Height = 24
Caption = '&Browse...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 225
Top = 79
Width = 70
Height = 23
Caption = '&OK'
Default = True
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 301
Top = 79
Width = 70
Height = 23
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object OpenDialog1: TCSOpenDialog
Filter = 'Programs|*.exe|All Files|*.*'
RegKey = '\Software\Carthago\Twistpad'
RegRootKey = hkCurrentUser
RegSection = 'FolderHistory'
Left = 19
Top = 78
end
object dfsVersionInfoResource1: TdfsVersionInfoResource
ForceEXE = True
ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
Left = 55
Top = 79
end
end